home *** CD-ROM | disk | FTP | other *** search
-
- NAME
- code - C-source code generator for FED-CASE 1993 ©
-
- SYNOPSIS
- code MEMORY/S, DEFAULT/K, FILE/M
-
- DESCRIPTION
- This program is used to generate C-source code according
- to the flow descriptive language.
- The optional arguments are as follows:
-
- MEMORY : This argument is used to tell the code generator
- not to use a temporary file to generate code but
- to store the intermediate result in memory. This
- option is included to increase the performance of
- the code generator. If you do not use this option
- a temporary file will be created with the extension
- .temp
-
- DEFAULT <infile> : Here you can define your own definition file. In this
- file you will find not only the paths to FED-CASE
- system files but also the menu layout and menu text.
- You can change all the text and translate them to
- your native language. If this option is ommited the
- code generator will take fed-case:s/flowfile.default
- as the standard <infile>.
-
- file : Input file with extension .flow. It is not
- possible to enter any number of flow file names
-
- SEE ALSO
- fdc
-